![]() |
SndChannelStatus |
||||
Header: | Sound.h | Carbon status: | Supported | |
Determines the status of a sound channel.
OSErr SndChannelStatus ( SndChannelPtr chan, SInt16 theLength, SCStatusPtr theStatus );
A pointer to a valid sound channel.
The size in bytes of the sound channel status structure. You should set this field to SizeOf(SCStatus).
A pointer to a sound channel status structure, SCStatus.
A result code.
If the SndChannelStatus function executes successfully, the fields of the structure specified by theStatus accurately describe the sound channel specified by chan.
You can call the SndChannelStatus function at interrupt time.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)